public bool AddLiabilityEntity(LiabilityTypeMaster LiabilityTypeMaster)
 {
     return(Repository.AddLiabilityEntity(LiabilityTypeMaster));
 }