public DataTable GetPhone(string strWorkTask_id, string strCompanyIdFrim)
 {
     return(access.GetPhone(strWorkTask_id, strCompanyIdFrim));
 }