public bool Update(Master_Bloodgroup obj, string[] param, string spName)
 {
     throw new NotImplementedException();
 }
 public IEnumerable <Master_Bloodgroup> GetAll(Master_Bloodgroup obj, string[] param, string spName)
 {
     return(_IBloodGroupService.GetAll(obj, param, spName));
 }